Click or drag to resize

XmlNodeCollectionAdd Method (XmlNodeCollection)

Adds a XmlNodeCollection to the collection.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public int Add(
	XmlNodeCollection collection
)

Parameters

collection
Type: Independentsoft.Sip.PresenceXmlNodeCollection
A XmlNodeCollection to add to the collection.

Return Value

Type: Int32
The index of the added item.
See Also